home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 May: Tool Chest / Dev.CD May 98 TC.toast / Tool Chest / QuickDraw / Bitblitz 1.0 / LibHeaders / PictUtils.h < prev    next >
Encoding:
Text File  |  1990-04-12  |  424 b   |  14 lines  |  [TEXT/MPS ]

  1. //==============================================================================
  2. //
  3. //    File:      PICTUtils.h
  4. //    By:     George Delaney  
  5.     
  6. //    This file contains utility routines for PICT processing. 
  7. //==============================================================================
  8.  
  9.  
  10. void  StdGetPictFile           (SFReply *reply);
  11. void  GetGWorldPICTFile        (SFReply *reply);
  12.  
  13. OSErr ReadPICTFile            (SFReply *reply, PicHandle *thePICT);
  14.